From: Daniel Colascione Date: Thu, 29 Dec 2011 16:20:26 +0000 (+0100) Subject: doc/lispref/frames.texi: Document w32 font backends (bug#10399). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~1300 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7dcbc1e5233c842b16f6372f9b11d697a9bf2478;p=emacs.git doc/lispref/frames.texi: Document w32 font backends (bug#10399). --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 50af953b137..f183ce48cda 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2011-12-29 Daniel Colascione + + * frames.texi (Font and Color Parameters): + Document w32 font backends (bug#10399). + 2011-12-28 Paul Eggert * files.texi (File Attributes, Changing Files): diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index dad1f28026e..33293de9e0f 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -888,9 +888,11 @@ and bar becomes a narrower bar). A list of symbols, specifying the @dfn{font backends} to use for drawing fonts in the frame, in order of priority. On X, there are currently two available font backends: @code{x} (the X core font -driver) and @code{xft} (the Xft font driver). On other systems, there -is only one available font backend, so it does not make sense to -modify this frame parameter. +driver) and @code{xft} (the Xft font driver). On Windows, there +are currently two available font backends: @code{gdi} and +@code{uniscribe}. On other systems, there is only one available +font backend, so it does not make sense to modify this frame +parameter. @vindex background-mode, a frame parameter @item background-mode